home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / misc / n_menmin.lzh / N_MENMIN.TXT < prev   
Text File  |  1994-06-17  |  4KB  |  102 lines

  1. *****************************************************************
  2.  
  3. Manual N_MENMIN, version 1
  4.  
  5. (C) N_Software - Noud van Kruysbergen 16/06/94
  6.  
  7. *****************************************************************
  8.  
  9. The name 'N_MENMIN' is derived from 'N_',  which is the begin  of 
  10. all N_Software projects,  and 'MEN'u 'MIN'us.  When my girlfriend 
  11. bought  our first Atari ST the first thing that appeared  strange 
  12. to me was that the disabled lines in the menu bar were not really 
  13. lines,  but simple '-' characters. This was a powerfull graphical 
  14. machine,  and lines are made up of characters!  Anyway,  I  could 
  15. live with it.  During the years I became quite a good programmer, 
  16. and during a lack of creativeness I decided to take care of  this 
  17. initial  'problem'.  It took some very low level programming  and 
  18. that made it really nice to do.
  19.  
  20. N_MENMIN replaces the disabled lines in the menu bar,  only there 
  21. for  cosmetic reasons,  with REAL disabled lines.  That  was  the 
  22. original version.  Once I was able to do that it was a small step 
  23. to  put  in  some extra's:  not only can you choose  for  a  real 
  24. disabled line,  but for some different line types as well. If you 
  25. really  like  the  'character  line'  then  you  can  select  any 
  26. character to replace the '-'.
  27.  
  28. The project N_MENMIN consist of N_MENMIN.PRG (version 1.1), which 
  29. has  to be paced in the AUTO folder,  and  N_MENMIN.CPX  (version 
  30. 1.2),  which  has the control over the project.  The AUTO  folder 
  31. installs  a  new GEM routine and a  cookie  'NMM1'.  This  cookie 
  32. points to a control field,  in which values can be changed by the 
  33. CPX module.  The AUTO folder program does not do anything without 
  34. the CPX module; defaults are set to OFF.
  35.  
  36. When  you select the CPX in the XCONTROL panel do can choose  one 
  37. of the next options:
  38.  
  39. - Testing:  normally you change the disabled menu entry with  the 
  40. '-' characters only if all characters are indeed '-'  characters. 
  41. It  is  also possible to change all the entries that are  of  the 
  42. type '--XXXXXX-', with X standing for any character. If a program 
  43. uses  the disabled menu entry to give some information (like  for 
  44. instance  '--Save  Text--')  then this line  can  be  changed  by 
  45. N_MENMIN as well.
  46.  
  47. -  Output:  normally  the complete string of  '-'  characters  is 
  48. replaced by one line.  If you select the '--XXX-' option then all 
  49. '-' characters in the string are replaced by a line,  and all non 
  50. '-' characters are left the way they are.
  51.  
  52. - Status: this sets the actual status and line output type.
  53.   - System:  N_MENMIN is not active,  and the normal GEM menu bar 
  54.     entries are drawn.
  55.   - Char:  the '-' character will be replaced by another  charac-
  56.     ter. Which character that is is controlled by the 'Character' 
  57.     option.
  58.   - Single:  the  menu entry is replaced by a  single  horizontal     
  59.     line.
  60.   - Double: the menu entry is replaced by a double line.
  61.   - Triple: the menu entry is replaced by three lines.
  62.   - Wide: the menu entry is replaced by two horizontal lines with 
  63.     a little space in between. 
  64.   - Skip: nothing is drawn: there is no menu entry!
  65.  
  66. - Text color:  in the 'Char' mode the color of the menu entry can 
  67. be  selected.  The  range is from color 0 to  the  maximum  color 
  68. number.
  69.  
  70. -  Line color:  for all line drawing modes the color of the  line 
  71. can be selected. Note that if you choose the '--XXX-' testing and 
  72. output  mode that the characters in the menu entry are  shown  in 
  73. this color as well.
  74.  
  75. - Character:  this allows you to choose the character you want to 
  76. replace the '-' character with if the 'Char' mode is active.
  77.  
  78. - Save: off course you can save your settings.
  79.  
  80. Clicking on the N_MENMIN 1.2 line will give you some  information 
  81. about the programmer.
  82.  
  83. And  that is all you have to know about N_MENMIN!  I will not  go 
  84. into detail about how this program works.  It should work on  all 
  85. ST's,  TT's and Falcons and for all resolutions.  Note that I  am 
  86. not  responsible for the (mis)use of it.  As fas as I know  there 
  87. are no bugs in all this, but some strange graphical effects might 
  88. occur.
  89.  
  90. N_MENMIN  is strictly Public Domain,  and may not be  sold,  only 
  91. copied! Note however that it is copyrighted.
  92.  
  93. Enjoy!
  94.  
  95. Noud van Kruysbergen
  96. NICI
  97. PO Box 9104
  98. 6500 HE Nijmegen
  99. The Netherlands
  100. email: kruysbergen@nici.kun.nl
  101.  
  102.